Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ActivityOperationResult<T> Class Members
The following tables list the members exposed by ActivityOperationResult<T>.
Public Properties
| Name | Description |
| Error | Returns a DataError object containing detailed information about the reason for failure, or null if the operation was successful. |
| Operation | Returns a constant which identifies the operation, i.e., create, delete, or update. |
| Status | Returns a constant which describes the current status of the operation. (Inherited from Infragistics.Scheduler.Data.OperationResultBase) |
Protected Properties
| Name | Description |
| Activity | Returns a reference to the activity associated with this operation. |
Public Events
See Also